Mercurial > audlegacy-plugins
annotate src/stdio/Makefile @ 548:72fd640bcc4e trunk
[svn] Update russian translation
| author | alxorlov |
|---|---|
| date | Thu, 25 Jan 2007 13:21:21 -0800 |
| parents | ad8e44bcdf8a |
| children | 550c9e382cf8 |
| rev | line source |
|---|---|
| 306 | 1 include ../../mk/rules.mk |
| 2 include ../../mk/init.mk | |
| 3 | |
| 4 OBJECTIVE_LIBS = libstdio$(SHARED_SUFFIX) | |
| 5 | |
| 6 # XXX | |
| 7 LIBDIR = $(plugindir)/$(CONTAINER_PLUGIN_DIR) | |
| 8 | |
| 9 SOURCES = stdio.c | |
| 10 | |
| 11 OBJECTS = ${SOURCES:.c=.o} | |
| 12 | |
| 388 | 13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. |
| 306 | 14 |
| 15 CXXFLAGS = $(CFLAGS) | |
| 16 | |
| 388 | 17 LIBADD = $(GTK_LIBS) |
| 306 | 18 |
| 19 include ../../mk/objective.mk |
