Overview
Comment: | Fixed makefile to work with BSD make |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
608a304b3bb340e2eb878fd3da867fb3 |
User & Date: | rkeene on 2004-10-29 03:25:01 |
Other Links: | manifest | tags |
Context
2004-10-29
| ||
04:02 | Updated documentation added INSTALL document libconfig 0.1.0 check-in: 1bde205ce1 user: rkeene tags: 0.1.0, trunk | |
03:25 | Fixed makefile to work with BSD make check-in: 608a304b3b user: rkeene tags: trunk | |
03:10 | Fixed some warnings. libconfig 0.0.8 check-in: 58c3554ca1 user: rkeene tags: 0.0.8, trunk | |
Changes
Modified Makefile.in from [63e7c50530] to [b2690bfed6].
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | - + - + - + - + - + | BINS = # The following two lines need to be kept syncronised. OBJS = libconfig.o conf_space.o conf_section.o conf_apache.o conf_colon.o conf_equal.o conf_xml.o @LIBOBJS@ SHOBJS = libconfig_shr.o conf_space_shr.o conf_section_shr.o conf_apache_shr.o conf_colon_shr.o conf_equal_shr.o conf_xml_shr.o @SHLIBOBJS@ all: $(LIBS) $(BINS) libconfig.$(SHOBJEXT): $(SHOBJS) |
︙ |