Changeset 9666
- Timestamp:
- Oct 19, 2006, 2:25:47 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/dbconfig/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/Makefile
r9663 r9666 2 2 GLUEFORGE=`which glueforge` 3 3 4 all: ippdb.md 4 all: ippdb.mdc 5 5 6 ippdb.md : ipp.m4 *.md7 m4 ipp.m4 > ippdb.md 6 ippdb.mdc : ipp.m4 *.md 7 m4 ipp.m4 > ippdb.mdc 8 8 9 9 ## please leave the output target as ippdb.src and 10 10 ## move to ippdb by hand for cvs import 11 install: ippdb.md 11 install: ippdb.mdc 12 12 rm -rf ../ippdb.src 13 $(GLUEFORGE) -i ippdb.md --output ../ippdb.src13 $(GLUEFORGE) -i ippdb.mdc --output ../ippdb.src 14 14 chmod +x ../ippdb.src/autogen.sh 15 15 16 src: ippdb.md 17 $(GLUEFORGE) -i ippdb.md --output ../ippdb16 src: ippdb.mdc 17 $(GLUEFORGE) -i ippdb.mdc --output ../ippdb 18 18 chmod +x ../ippdb/autogen.sh 19 19 20 build : ippdb ippdb.md 20 build : ippdb ippdb.mdc 21 21 22 22 clean:
Note:
See TracChangeset
for help on using the changeset viewer.
