File: makefile

package info (click to toggle)
apt 0.3.10slink11
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,136 kB
  • ctags: 2,891
  • sloc: cpp: 22,235; sh: 1,656; makefile: 338; perl: 209
file content (17 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- make -*-
BASE=..
SUBDIR=gui

# Bring in the default rules
include ../buildlib/defaults.mak

# The program name
PROGRAM=apt
SLIBS = -lapt-pkg -ldeity -lpthread
LIB_MAKES = apt-pkg/makefile deity/makefile

# Source files
SOURCE = apt.cc aptwidgets.cc extracache.cc pkgtree.cc pkgtreeitem.cc \
         policy.cc statuswidgets.cc progressmeter.cc errorshow.cc

include $(PROGRAM_H)