You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
weston/Makefile

15 lines
285 B

include config.mk
subdirs = wayland compositor clients spec data
all : subdirs-all
subdirs-all subdirs-clean subdirs-install:
for f in $(subdirs); do $(MAKE) -C $$f $(@:subdirs-%=%); done
install : subdirs-install
clean : subdirs-clean
config.mk : config.mk.in
./config.status