Mercurial > audlegacy
view src/librcd/Makefile @ 2606:7c19bb5516db trunk
[svn] - Removed some of the horrible code duplication in the file popup code
| author | mf0102 |
|---|---|
| date | Sun, 04 Mar 2007 10:43:38 -0800 |
| parents | 62a93407ce99 |
| children | ecfb79d60c3a |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS_NOINST = librcd.a OBJECTIVE_SONAME_SUFFIX = 0.1.8 LDFLAGS += -Wl,-export-dynamic CFLAGS += $(PICFLAGS) SOURCES = \ librcd.c OBJECTS = ${SOURCES:.c=.o} include ../../mk/objective.mk librcd.a: $(OBJECTS) $(AR) cq $@ $(OBJECTS)
