changeset 159 | 1e4eb0d48385 |
parent 70 | e1f0ebd2d9ec |
child 243 | bdfee1f5be9e |
158:eb8a5df69bb0 | 159:1e4eb0d48385 |
---|---|
4 default: all |
4 default: all |
5 |
5 |
6 all: generate_c.o |
6 all: generate_c.o |
7 |
7 |
8 clean: |
8 clean: |
9 -rm -f *.o */*.o Makefile.depend |
9 echo > Makefile.depend |
10 -rm -f *.o */*.o |
|
10 |
11 |
11 CXXFLAGS += -Wno-unused |
12 CXXFLAGS += -Wno-unused |
12 CXXFLAGS += -I. -I../* -I../../absyntax |
13 CXXFLAGS += -I. -I../* -I../../absyntax |
13 |
14 |
14 #how to make things from other directories if they are missing |
15 #how to make things from other directories if they are missing |