view libguess/Makefile @ 2107:8d2b17ee266e trunk

[svn] - add gchar **vfs_extensions to InputPlugin struct, adding support for the NewVFS extension probing method. The vfs_extensions table defines a list of supported extensions, and must be NULL terminated.
author nenolod
date Tue, 12 Dec 2006 18:22:17 -0800
parents 1749ad179a1c
children
line wrap: on
line source

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

OBJECTIVE_LIBS_NOINST = libguess.a
OBJECTIVE_SONAME_SUFFIX = 0.2.0

LDFLAGS += -Wl,-export-dynamic

CFLAGS += $(PICFLAGS)

SOURCES = \
	guess.c

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

include ../mk/objective.mk

libguess.a: $(OBJECTS)
	$(AR) cq $@ $(OBJECTS)