~mvo/apt/dep8

« back to all changes in this revision

Viewing changes to buildlib/defaults.mak

  • Committer: Arch Librarian
  • Date: 2004-09-20 16:50:50 UTC
  • Revision ID: Arch-1:apt@arch.ubuntu.com%apt--MAIN--0--patch-19
Compile of apt-cache
Author: jgg
Date: 1998-07-15 05:56:42 GMT
Compile of apt-cache

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
LIBRARY_H = $(BASE)/buildlib/library.mak
56
56
DEBIANDOC_H = $(BASE)/buildlib/debiandoc.mak
57
57
MANPAGE_H = $(BASE)/buildlib/manpage.mak
 
58
PROGRAM_H = $(BASE)/buildlib/program.mak
58
59
 
59
60
# Source location control
60
61
# SUBDIRS specifies sub components of the module that
70
71
 
71
72
# Options
72
73
include $(BUILD)/environment.mak
73
 
CPPFLAGS+= -I$(BUILD)/include
 
74
CPPFLAGS+= -I$(INCLUDE)
 
75
LDFLAGS+= -L$(LIB)
74
76
 
75
77
# Phony rules. Other things hook these by appending to the dependency
76
78
# list