# -*- make -*-
BASE=..
SUBDIR=methods
# Bring in the default rules
include ../buildlib/defaults.mak
BIN := $(BIN)/methods
# The file method
PROGRAM=file
SLIBS = -lapt-pkg
SOURCE = file.cc
include $(PROGRAM_H)
# The copy method
PROGRAM=copy
SLIBS = -lapt-pkg
SOURCE = copy.cc
include $(PROGRAM_H)