Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > b8240933842cee58f4e7ce03017867c5 > files > 138

libsx-devel-2.05-18.fc12.i686.rpm

#
#
#XAWLIB=Xaw95
XAWLIB=Xaw
include ../libsx_defs
CFLAGS = -Wall -O2 -D_POSIX_SOURCE -D$(XAWLIB)


OBJS       = xrootbg.o

all : xrootbg

xrootbg : $(OBJS) 
	$(CC) -o $@ $(OBJS) $(LIBS) -lm
	strip xrootbg

xrootbg.o : xrootbg.c

clean:
	rm -f *.o *~ core xrootbg