Changeset 3788 in Sophya for trunk/Cosmo/RadioBeam/makefile
- Timestamp:
- Jun 25, 2010, 7:35:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/makefile
r3787 r3788 11 11 rm Objs/* 12 12 13 PKGOLIST = Objs/ lobe.o Objs/specpk.o Objs/mdish.o Objs/qhist.o Objs/radutil.o14 PKGHLIST = lobe.h specpk.h mdish.h qhist.h radutil.h cubedef.h13 PKGOLIST = Objs/fgndsub.o Objs/lobe.o Objs/specpk.o Objs/mdish.o Objs/qhist.o Objs/radutil.o 14 PKGHLIST = fgndsub.h lobe.h specpk.h mdish.h qhist.h radutil.h cubedef.h 15 15 16 16 ### les executables … … 87 87 88 88 ### les classes / fonctions 89 Objs/specpk.o : specpk.cc specpk.h mdish.h qhist.h 89 Objs/fgndsub.o : fgndsub.cc $(PKGHLIST) 90 $(CXXCOMPILE) -o Objs/fgndsub.o fgndsub.cc 91 92 Objs/specpk.o : specpk.cc $(PKGHLIST) 90 93 $(CXXCOMPILE) -o Objs/specpk.o specpk.cc 91 94 92 Objs/mdish.o : mdish.cc mdish.h qhist.h95 Objs/mdish.o : mdish.cc $(PKGHLIST) 93 96 $(CXXCOMPILE) -o Objs/mdish.o mdish.cc 94 97 95 Objs/lobe.o : lobe.cc lobe.h mdish.h qhist.h98 Objs/lobe.o : lobe.cc $(PKGHLIST) 96 99 $(CXXCOMPILE) -o Objs/lobe.o lobe.cc 97 100
Note:
See TracChangeset
for help on using the changeset viewer.