]> git.saurik.com Git - apt.git/blame - methods/makefile
Early mehods
[apt.git] / methods / makefile
CommitLineData
9391a747
AL
1# -*- make -*-
2BASE=..
3SUBDIR=methods
4
5# Bring in the default rules
6include ../buildlib/defaults.mak
7BIN := $(BIN)/methods
8
9# The file method
10PROGRAM=file
11SLIBS = -lapt-pkg
12SOURCE = file.cc
13include $(PROGRAM_H)