source: fact/tools/pyscripts/sandbox/dneise/fact_compress/c++/Makefile

Last change on this file was 14268, checked in by neise, 12 years ago
evolving
File size: 271 bytes
Line 
1all: comp1 comp2
2
3comp1 : comp1.cpp fits.h izstream.h helper.hxx helper.o
4 g++ comp1.cpp helper.o -lz -o comp1
5
6comp2 : comp2.cpp fits.h izstream.h helper.hxx helper.o
7 g++ comp2.cpp helper.o -lz -o comp2
8
9helper.o: helper.cpp helper.hxx
10 g++ -c helper.cpp -o helper.o
Note: See TracBrowser for help on using the repository browser.