# Copyright (c) 2001-2003 # Fraunhofer Institute for Open Communication Systems (FhG Fokus). # All rights reserved. # # Author: Harti Brandt # # $Begemot: bsnmp/gensnmptree/Makefile.in,v 1.3 2004/04/13 17:01:31 novo Exp $ # PROG= gensnmptree SRCS= gensnmptree.c MAN1= gensnmptree.1 CFLAGS+= -I$(srcdir)/../lib $(PROG): $(SRCS:.c=.lo) $(LIBTOOL) --mode=link $(CC) $(LDLAGS) -o $@ $(SRCS:.c=.lo)