annotate src/disk_writer/Makefile @ 169:c99b74280827
trunk
[svn] - another example preset showing the true power of on-beat branched execution
author |
nenolod |
date |
Tue, 31 Oct 2006 22:55:20 -0800 |
parents |
cf1054422f81 |
children |
0c50f248ed10 |
rev |
line source |
17
|
1 include ../../mk/rules.mk
|
|
2 include ../../mk/init.mk
|
|
3
|
|
4 OBJECTIVE_LIBS = libdisk_writer$(SHARED_SUFFIX)
|
|
5
|
|
6 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR)
|
|
7
|
|
8 LIBADD = $(GTK_LIBS)
|
|
9 SOURCES = disk_writer.c
|
|
10
|
|
11 OBJECTS = ${SOURCES:.c=.o}
|
|
12
|
|
13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../..
|
|
14
|
|
15 include ../../mk/objective.mk
|