Mercurial > audlegacy-plugins
comparison src/mtp_up/Makefile @ 1456:475eac76a8ba
MTP upload plugin
author | Cristi Magherusan <majeru@atheme-project.org> |
---|---|
date | Sat, 11 Aug 2007 01:52:28 +0300 |
parents | |
children | d72a44fdb6a3 |
comparison
equal
deleted
inserted
replaced
1455:68c9906e0ac4 | 1456:475eac76a8ba |
---|---|
1 include ../../mk/rules.mk | |
2 include ../../mk/init.mk | |
3 | |
4 SUBDIRS = | |
5 | |
6 OBJECTIVE_LIBS = libmtp_up$(SHARED_SUFFIX) | |
7 | |
8 LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) | |
9 | |
10 LIBADD += $(MTP_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) | |
11 SOURCES = mtp.c | |
12 | |
13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(BEEP_DEFINES) -I../../intl -I../.. | |
14 | |
15 CFLAGS += -Wall -pedantic -std=c99 $(GCC42_CFLAGS) -D_BSD_SOURCE | |
16 | |
17 OBJECTS = ${SOURCES:.c=.o} | |
18 | |
19 include ../../mk/objective.mk |