Line | |
---|
1 | NO_COLOR = \x1b[0m |
---|
2 | COMPILE_COLOR = \x1b[32;01m |
---|
3 | LINK_COLOR = \x1b[31;01m |
---|
4 | |
---|
5 | |
---|
6 | all: |
---|
7 | @echo -e '$(LINK_COLOR)* Building [$@]$(NO_COLOR)' |
---|
8 | @$(MAKE) -C banners-rsrc/ -j2 $@ |
---|
9 | |
---|
10 | clean: |
---|
11 | @echo -e '$(LINK_COLOR)* Cleaning [$@]$(NO_COLOR)' |
---|
12 | @$(MAKE) -C banners-rsrc/ $@ |
---|
13 | |
---|
14 | install: all |
---|
15 | @echo -e '$(LINK_COLOR)* Installing [$@]$(NO_COLOR)' |
---|
16 | #mkdir -p $(DESTDIR)/usr/share/banners/lliurex-neu |
---|
17 | #cp banners-rsrc/*.png $(DESTDIR)/usr/share/banners/lliurex-neu/ |
---|
Note: See
TracBrowser
for help on using the repository browser.