initial checkin, based on GSS 0.46 CVS
[gss-tcad.git] / src / runctrl / makefile
blobf49d06887b7891d336829ba6e3ac50819079e450
1 ALL: GSS
3 include ${PETSC_DIR}/bmake/common/base
4 include ../../make.defs
6 GSS: ctrl.o
7 cp *.o ..
9 ctrl.o: ctrl.cc \
10 ../include/ctrl.h \
11 ../include/ddm_nt1e.h \
12 ../include/qddm_nt1e.h \
13 ../include/ddm_nt2e.h \
14 ../include/ebm_nt3e.h \
15 ../include/mix1.h\
16 ../include/mix2.h\
17 ../include/em_fem.h
18 $(CXX) $(CXXFLAGS) -c $< $(INCLUDE) $(PETSC_INCLUDE)
21 clean:
22 rm -f *.o