Subversion Repositories shark

Rev

Rev 20 | Rev 64 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 pj 1
# The Parallel Port Library, by Andrea Battistotti & Armando Leggio
2
 
3
ifndef BASE
4
BASE=../..
5
endif
45 pj 6
OSLIB=$(BASE)/oslib
7
 
20 pj 8
include $(BASE)/config/config.mk
9
 
10
LIBRARY       = pport
11
 
12
OBJS_PATH     = $(BASE)/drivers/parport
13
 
14
OBJS  = ppdrv.o ppnrtdrv.o pppindrv.o
15
 
16
include $(BASE)/config/lib.mk
17