File: Makefile

package info (click to toggle)
fbpanel 7.0-4.2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 5,084 kB
  • sloc: ansic: 11,684; sh: 404; python: 382; makefile: 315
file content (30 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## miniconf makefiles ## 1.1 ##

TOPDIR := ..

SUBDIRS := battery \
    chart \
    cpu \
    dclock \
    deskno \
    deskno2 \
    genmon \
    icons \
    image \
    launchbar \
    mem \
    mem2 \
    menu \
    meter \
    net \
    pager \
    separator \
    space \
    systray \
    taskbar \
    tclock \
    volume \
    wincmd \
    user

include $(TOPDIR)/.config/rules.mk