Mercurial > audlegacy-plugins
comparison src/stdio/Makefile @ 388:ad8e44bcdf8a trunk
[svn] reverted to 844, to be re-reconsidered later
| author | giacomo |
|---|---|
| date | Sun, 17 Dec 2006 08:46:44 -0800 |
| parents | 0c50f248ed10 |
| children | 550c9e382cf8 |
comparison
equal
deleted
inserted
replaced
| 387:0c50f248ed10 | 388:ad8e44bcdf8a |
|---|---|
| 8 | 8 |
| 9 SOURCES = stdio.c | 9 SOURCES = stdio.c |
| 10 | 10 |
| 11 OBJECTS = ${SOURCES:.c=.o} | 11 OBJECTS = ${SOURCES:.c=.o} |
| 12 | 12 |
| 13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. | 13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. |
| 14 | 14 |
| 15 CXXFLAGS = $(CFLAGS) | 15 CXXFLAGS = $(CFLAGS) |
| 16 | 16 |
| 17 LIBADD = $(GTK_LIBS) $(AUDACIOUS_LIBS) | 17 LIBADD = $(GTK_LIBS) |
| 18 | 18 |
| 19 include ../../mk/objective.mk | 19 include ../../mk/objective.mk |
