*** empty log message ***

This commit is contained in:
cahon 2002-04-25 14:26:02 +00:00
commit c99bce368c
3 changed files with 118 additions and 0 deletions

View file

@ -0,0 +1,15 @@
.cpp: ; c++ -DPACKAGE=\"eo\" -DVERSION=\"0.9.1\" -I. -I../../../src -Wall -g -o $@ $*.cpp ../../../src/utils/libeoutils.a ../../../src/libeo.a
.cpp.o: ; c++ -DPACKAGE=\"eo\" -DVERSION=\"0.9.1\" -I. -I../../../src -Wall -g -c $*.cpp
ALL = CellularBitEA
lesson3 : $(firstEA)
all : $(ALL)
clean :
@/bin/rm $(ALL) *.o *~
CellularBitEA : binary_value.h