File: Makefile-static

package info (click to toggle)
ocp 1%3A0.1.21-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 5,344 kB
  • ctags: 7,862
  • sloc: ansic: 91,449; cpp: 9,729; sh: 3,119; makefile: 2,482
file content (15 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# arctar.so
STATIC_OBJECTS += filesel/arctar.o

# arczip.so
STATIC_OBJECTS += filesel/arczip.o
STATIC_LIBS += -lz

# cdrom.so
ifeq ($(CDROM_SUPPORT),1)
STATIC_OBJECTS += filesel/cdrom.o
endif

# pfilesel.so
STATIC_OBJECTS += filesel/adb.o filesel/cphlpfs.o filesel/dirdb.o filesel/pfilesel.o filesel/pfsmain.o filesel/modlist.o filesel/fsptype.o filesel/mdb.o filesel/pfspls.o filesel/pfsm3u.o filesel/gendir.o filesel/playlist.o
STATIC_LIBS += $(MATH_LIBS)