mirror of https://github.com/roytam1/kmeleon.git
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.
11 lines
316 B
11 lines
316 B
include $(topsrcdir)/config/config.mk |
|
include $(topsrcdir)/config/rules.mk |
|
|
|
libs:: $(srcdir)/Default/* |
|
$(INSTALL) $(IFLAGS1) $^ $(FINAL_TARGET)/Default |
|
|
|
libs:: $(srcdir)/Klassic/* |
|
$(INSTALL) $(IFLAGS1) $^ $(FINAL_TARGET)/Klassic |
|
|
|
libs:: $(srcdir)/shared/* |
|
$(INSTALL) $(IFLAGS1) $^ $(FINAL_TARGET)/shared
|