annotate src/amidi-plug/pcfg/Makefile @ 1404:ab7d89bb8fcb
Switched to new threading model
author |
Christian Birchinger <joker@netswarm.net> |
date |
Sat, 04 Aug 2007 21:37:11 +0200 |
parents |
4f0b50f2e5d6 |
children |
5af55c925d6e |
rev |
line source |
20
|
1 include ../../../mk/rules.mk
|
|
2 include ../../../mk/init.mk
|
|
3
|
|
4 noinst_HEADERS = i_pcfg.h
|
|
5
|
27
|
6 CFLAGS += $(PICFLAGS) $(GLIB_CFLAGS) -I../../..
|
20
|
7
|
|
8 OBJECTIVE_LIBS_NOINST = libpcfg.a
|
|
9
|
|
10 SOURCES = i_pcfg.c
|
|
11
|
|
12 OBJECTS = ${SOURCES:.c=.o}
|
|
13
|
|
14 include ../../../mk/objective.mk
|