Changeset 1040 for trunk/src/core/Makefile.in
- Timestamp:
- Jun 10, 2008, 4:02:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/Makefile.in
r1038 r1040 34 34 RANLIB = @RANLIB@ 35 35 AR = ar 36 VPATH = $(srcdir):$(srcdir)/scew 36 VPATH = $(srcdir):$(srcdir)/scew:$(srcdir)/b64 37 37 RM = rm -f 38 38 39 39 CDEBUGFLAGS = -g -Wall 40 40 41 LIBS = -lexpat -lz -l b64 -lm -lstdc++41 LIBS = -lexpat -lz -lm -lstdc++ 42 42 43 43 HEADERS = \ … … 73 73 # Build the scew library directly into Rappture for now. 74 74 # Note: This works because of viewpath-ing. See the VPATH variable. 75 B64_OBJS = \ 76 cdecode.o \ 77 cencode.o 78 75 79 SCEW_OBJS = \ 76 80 attribute.o \ … … 110 114 RpUtilsCInterface.o \ 111 115 RpUtilsFInterface.o \ 112 $(SCEW_OBJS) 116 $(SCEW_OBJS) \ 117 $(B64_OBJS) 113 118 114 119 name = rappture
Note: See TracChangeset
for help on using the changeset viewer.