source:
fact/tools/pyscripts/sandbox/dneise/fact_compress/c++/Makefile@
20115
Last change on this file since 20115 was 14268, checked in by , 12 years ago | |
---|---|
File size: 271 bytes |
Line | |
---|---|
1 | all: comp1 comp2 |
2 | |
3 | comp1 : comp1.cpp fits.h izstream.h helper.hxx helper.o |
4 | g++ comp1.cpp helper.o -lz -o comp1 |
5 | |
6 | comp2 : comp2.cpp fits.h izstream.h helper.hxx helper.o |
7 | g++ comp2.cpp helper.o -lz -o comp2 |
8 | |
9 | helper.o: helper.cpp helper.hxx |
10 | g++ -c helper.cpp -o helper.o |
Note:
See TracBrowser
for help on using the repository browser.