Mercurial > audlegacy-plugins
annotate src/curl/Makefile @ 936:c9fe8b112bb2 trunk
[svn] - fix a ton of warnings
| author | nenolod |
|---|---|
| date | Thu, 12 Apr 2007 10:58:04 -0700 |
| parents | d49227a584b0 |
| children | 356d2335a975 |
| rev | line source |
|---|---|
| 429 | 1 include ../../mk/rules.mk |
| 2 include ../../mk/init.mk | |
| 3 | |
| 4 SUBDIRS = | |
| 5 | |
| 6 OBJECTIVE_LIBS = libcurl$(SHARED_SUFFIX) | |
| 7 | |
| 8 LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) | |
| 9 | |
|
578
550c9e382cf8
[svn] - splitted GTK_CFLAGS in GTK_CFLAGS, GLIB_CFLAGS and PANGO_CFLAGS, splitted GTK_LIBS in GTK_LIBS, GLIB_LIBS, PANGO_LIBS
giacomo
parents:
429
diff
changeset
|
10 LIBADD += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(CURL_LIBS) |
| 429 | 11 |
| 12 SOURCES = curl.c | |
| 13 | |
| 934 | 14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(BEEP_DEFINES) $(CURL_CFLAGS) -I../../intl -I../.. -Wextra -Wuninitialized |
| 429 | 15 |
| 936 | 16 CFLAGS += -Wpointer-arith -Wimplicit -Wnested-externs -Wcast-align \ |
| 17 -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes \ | |
| 18 -Wmissing-declarations -W -Wno-unused -Wshadow -Wmissing-noreturn \ | |
| 19 -Wundef -Wpacked -Wnested-externs -Wbad-function-cast -Wredundant-decls \ | |
| 20 -Wfloat-equal -Wformat=2 -Wdisabled-optimization -pedantic | |
| 21 | |
| 429 | 22 OBJECTS = ${SOURCES:.c=.o} |
| 23 | |
| 24 include ../../mk/objective.mk |
