changeset 0 | 42188c7ea2d9 |
-1:000000000000 | 0:42188c7ea2d9 |
---|---|
1 |
|
2 all clean depend distclean: Makefile.doxyapp |
|
3 $(MAKE) -f Makefile.doxyapp $@ |
|
4 |
|
5 distclean: clean |
|
6 $(RM) -rf Makefile doxyapp.pro Makefile.doxyapp |
|
7 |
|
8 tmake: |
|
9 $(ENV) $(PERL) $(TMAKE) doxyapp.pro >Makefile.doxyapp |
|
10 |
|
11 strip: |
|
12 strip doxyapp |
|
13 |
|
14 Makefile.doxyapp: doxyapp.pro |
|
15 $(ENV) $(PERL) $(TMAKE) doxyapp.pro >Makefile.doxyapp |
|
16 |
|
17 install: |