view src/amidi-plug/pcfg/Makefile @ 1599:6764c35e16a6

Detect Fast Tracker (and others) xCHN and xxCH MOD module signatures properly.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Sep 2007 07:37:53 +0300
parents 4f0b50f2e5d6
children 5af55c925d6e
line wrap: on
line source

include ../../../mk/rules.mk
include ../../../mk/init.mk

noinst_HEADERS = i_pcfg.h

CFLAGS += $(PICFLAGS) $(GLIB_CFLAGS) -I../../..

OBJECTIVE_LIBS_NOINST = libpcfg.a

SOURCES = i_pcfg.c

OBJECTS = ${SOURCES:.c=.o}

include ../../../mk/objective.mk