mirror of
https://github.com/labwc/labwc.git
synced 2025-11-09 13:30:01 -05:00
Simplify and merge {config,theme}-dir.c
This commit is contained in:
parent
fc6fca6945
commit
f003abf608
20 changed files with 181 additions and 163 deletions
|
|
@ -4,8 +4,14 @@ LDFLAGS += `pkg-config --cflags --libs cairo`
|
|||
ASAN += -fsanitize=address
|
||||
|
||||
PROGS = xbm-tokenize xbm-parse
|
||||
DEP_TOKENIZE = ../../src/common/buf.c ../../src/theme/xbm/tokenize.c
|
||||
DEP_PARSE = $(DEP_TOKENIZE) ../../src/theme/xbm/parse.c
|
||||
|
||||
DEP_TOKENIZE = \
|
||||
../../src/common/buf.c \
|
||||
../../src/theme/xbm/tokenize.c
|
||||
|
||||
DEP_PARSE = $(DEP_TOKENIZE) \
|
||||
../../src/theme/xbm/parse.c \
|
||||
../../src/common/grab-file.c
|
||||
|
||||
all: $(PROGS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue