
2 changed files with 22 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
#include <stdio.h> |
|||
|
|||
int main() |
|||
{ |
|||
printf("100 Capabilities\n" |
|||
"Version: 1.0\n" |
|||
"Pre-Scan: true\n\n" |
|||
"Version: 1.0\n\n"); |
|||
} |
@ -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) |
Loading…
Reference in new issue