diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:07 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:07 +0000 |
commit | 9391a747a8b94474e2d75db82dfb7fcef720e9ef (patch) | |
tree | 48dc1b6a2a442899e36c972b2a6086d895293626 /methods/makefile | |
parent | 024835dca750b828b593e71fc80ffcb87edafb4f (diff) |
Early mehods
Author: jgg
Date: 1998-10-20 02:43:03 GMT
Early mehods
Diffstat (limited to 'methods/makefile')
-rw-r--r-- | methods/makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/methods/makefile b/methods/makefile new file mode 100644 index 000000000..dbe159a7a --- /dev/null +++ b/methods/makefile @@ -0,0 +1,13 @@ +# -*- 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) |