Skip to content
Snippets Groups Projects
Commit a708f450 authored by slevy's avatar slevy
Browse files

Oops, shouldn't have put Makefile in CVS!

Thanks, Peter.
parent 5422615b
No related branches found
No related tags found
No related merge requests found
# Generated automatically from Makefile.in by configure.
# Makefile for cmed - please do not edit if the file is named "Makefile",
# since configure would overwrite it on the next configure.
# Edit "Makefile.in", and run configure instead!!!
# If you must change configure.in, run autoconf, and then configure etc.
# the following variables are under AC control
# KIRA_INC, KIRA_LIB
# FLTK_INC, FLTK_LIB
# PV_FLAGS
SHELL = /bin/sh
# TARGET
TARGET = cmed
FLTK_INC = -I/vr/data/virdir/src/fltk
FLTK_LIB = -L/vr/data/virdir/src/fltk/lib -lfltk
# FLAGS and BINARIES
CC = cc -n32
CXX = CC -n32
LINK = ${CXX} ${OTYPE}
GL_LIB = -lGLU -lGL
X_LIB = -lSM -lICE -lXext -lX11
M_LIB = -lm
LIBS = $(FLTK_LIB) $(GL_LIB) $(X_LIB) $(M_LIB)
DEFS = $(PV_FLAGS)
INCS = $(FLTK_INC)
OPT = -g -O2
CFLAGS = $(OPT) $(DEFS) $(INCS) -g
CXXFLAGS = $(OPT) $(DEFS) $(INCS) -g
APP_CSRCS = hsb.c
APP_CXXSRCS = cmed.C cmedpanel.C CMedit.C
APP_OBJS = cmed.o CMedit.o cmedpanel.o hsb.o
$(TARGET): $(APP_OBJS)
$(CXX) -o $@ $(OPT) $(OTYPE) $(APP_OBJS) $(LIBS)
dep: depend
depend: _always
rm -f Makedepend
$(CC) -M $(CFLAGS) $(APP_CSRCS) > Makedepend
$(CXX) -M $(CXXFLAGS) $(APP_CXXSRCS) >> Makedepend
_always:
include Makedepend
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment