IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2006, 12:44:59 PM (20 years ago)
Author:
eugene
Message:

cleaned up Makefile, added install tag, fixed .cvsignore

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig

    • Property svn:ignore
      •  

        old new  
        1 metadatadb
        2 metadatadb.md
         1ippdb.m4
  • trunk/dbconfig/Makefile

    r8227 r8868  
    22GLUEFORGE=`which glueforge`
    33
    4 all: ippdb
     4all: ippdb.m4
    55
    6 ippdb.md : ipp.m4 *.md
    7         m4 ipp.m4 > ippdb.md
     6ippdb.m4 : ipp.m4 *.md
     7        m4 ipp.m4 > ippdb.m4
    88
    9 ippdb: ippdb.md
    10         $(GLUEFORGE) -i ippdb.md --output ../ippdb
     9install: ippdb.m4
     10        $(GLUEFORGE) -i ippdb.m4 --output ../ippdb
     11        chmod +x ../ippdb/autogen.sh
    1112
    12 build : ippdb ippdb.md
     13build : ippdb ippdb.m4
Note: See TracChangeset for help on using the changeset viewer.