Changeset 7 for Makefile

Show
Ignore:
Timestamp:
01/22/08 15:13:55 (17 years ago)
Author:
smidl
Message:

nefunkcni!!!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile

    r5 r7  
    22CPPFLAGS=-g 
    33 
    4 all: test0 
     4all: testKF 
    55 
    66test: test0 
     
    88 
    99clean: 
    10         rm *.o test0 
     10        rm *.o test0 testKF 
    1111 
    1212test0: test0.cpp libBM.o libDC.o itpp_ext.o 
    13  
     13testKF: testKF.o libKF.o libBM.o libDC.o itpp_ext.o 
     14        g++ -o $@ testKF.o libKF.o libBM.o libDC.o itpp_ext.o $(LDFLAGS)