Changeset 85 for trunk/src


Ignore:
Timestamp:
Oct 5, 2005, 1:53:41 PM (19 years ago)
Author:
cxsong
Message:

adding good makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r84 r85  
    44
    55# tell make where to find the libscew sources
     6EXPAT_HEADERS   = /opt/rappture/include
     7LIB_EXPAT_INCL  = -I $(EXPAT_HEADERS)
    68SCEW_HEADERS    = /opt/rappture/include/scew
    7 LIB_SCEW_INCL   = -I $(SCEW_HEADERS)
     9LIB_SCEW_INCL   = -I $(SCEW_HEADERS) -I $(EXPAT_HEADERS)
    810LIB_SCEW_FLAG   = -L/opt/rappture/lib -lscew
    911#LIB_SCEW_FLAG   = /opt/rappture/lib/libscew.a
     
    1921
    2022# define the top of the rappture directory structure
    21 RP_BASE         = $(TOP_DIR)/rappture
     23RP_BASE   = $(TOP_DIR)/svn.rappture
    2224
    2325# define which programs can be made
Note: See TracChangeset for help on using the changeset viewer.