Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > be726ddf6c5758eb1cc8af6bb9ac4093 > files > 20

apcupsd-3.14.8-1.fc13.i686.rpm

topdir:=..

SUBDIRS = 
include $(topdir)/autoconf/targets.mak

TARGETS = hid-ups hid-set client megaclient newslave upsapm \
          smartsim snoopdecode

SRCS = $(foreach target,$(TARGETS),$(target).c)

all-targets: client megaclient newslave upsapm smartsim snoopdecode

$(TARGETS): %: $(call SRC2OBJ,%.c) $(APCLIBS)
	$(LINK)

# Include dependencies
-include $(DEPS)