Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 0de62aa29baede836c2cbfbe1ca3960c > files > 22

apcupsd-3.14.10-8.fc18.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)