Changeset 1780 for branches/blt4/src/core/Makefile.in
- Timestamp:
- Jun 25, 2010, 9:47:21 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/blt4/src/core/Makefile.in
r1270 r1780 30 30 LIB_SEARCH_DIRS = @LIB_SEARCH_DIRS@ 31 31 CFLAGS = @CFLAGS@ 32 DX_LIB_SPEC = @DX_LIB_SPEC@ 33 DX_INC_SPEC = @DX_INC_SPEC@ 32 34 33 35 CC_SWITCHES = $(CFLAGS) $(CFLAGS_DEBUG) $(INCLUDES) $(DEFINES) … … 56 58 RpBufferCInterface.h \ 57 59 RpDict.h \ 58 RpDXWriter.h \59 RpDXWriterFInterface.h \60 RpDXWriterFStubs.h \61 60 RpEncode.h \ 62 61 RpEntityRef.h \ … … 79 78 RpUtilsFStubs.h \ 80 79 rappture.h 80 81 81 82 82 SCEW_HEADERS = \ … … 124 124 RpBuffer.o \ 125 125 RpBufferCInterface.o \ 126 RpDXWriter.o \127 RpDXWriterFInterface.o \128 126 RpEncode.o \ 129 127 RpEntityRef.o \ … … 145 143 $(SCEW_OBJS) \ 146 144 $(B64_OBJS) 145 146 ifneq ($(DX_INC_SPEC),) 147 HEADERS += \ 148 RpDXWriter.h \ 149 RpDXWriterFInterface.h \ 150 RpDXWriterFStubs.h 151 OBJS += \ 152 RpDXWriter.o \ 153 RpDXWriterFInterface.o 154 endif 147 155 148 156 name = rappture
Note: See TracChangeset
for help on using the changeset viewer.