view librcd/Makefile @ 2022:4e04063678cc trunk

[svn] - add le_vert to credits (he will need to accent his letters, though)
author nenolod
date Wed, 29 Nov 2006 12:58:35 -0800
parents 1749ad179a1c
children
line wrap: on
line source

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

OBJECTIVE_LIBS_NOINST = librcd.a
OBJECTIVE_SONAME_SUFFIX = 0.1.8

LDFLAGS += -Wl,-export-dynamic

CFLAGS += $(PICFLAGS)

SOURCES = \
	librcd.c

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

include ../mk/objective.mk

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