File: makefile

package info (click to toggle)
apt 0.6.46.4-0.1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 8,104 kB
  • ctags: 3,422
  • sloc: cpp: 29,934; xml: 9,133; sh: 3,019; makefile: 673; perl: 209
file content (17 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- make -*-
BASE=..
SUBDIR=dselect

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

# DSelect interfacing directory
SOURCE = desc.apt install names setup update
TO = $(BUILD)/scripts/dselect
TARGET = program
include $(COPY_H)

LOCAL = dselect
SOURCE = install update
TYPE = sh
include $(PODOMAIN_H)