diff options
Diffstat (limited to 'readlicense_oo/makefile.mk')
-rw-r--r-- | readlicense_oo/makefile.mk | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/readlicense_oo/makefile.mk b/readlicense_oo/makefile.mk deleted file mode 100644 index 9d8000fed81d..000000000000 --- a/readlicense_oo/makefile.mk +++ /dev/null @@ -1,45 +0,0 @@ -PRJ=. -PRJNAME=readlicense_oo -TARGET=source - -# ------------------------------------------------------------------ -.INCLUDE: settings.mk -# ------------------------------------------------------------------ - -# ------------------------------------------------------------------ -.INCLUDE: target.mk -# ------------------------------------------------------------------ - -ALLTAR: $(MISC)/$/license.txt $(MISC)/$/LICENSE \ - $(MISC)/$/NOTICE \ - $(MISC)$/LICENSE.odt $(MISC)$/CREDITS.odt \ - $(MISC)$/THIRDPARTYLICENSEREADME.html - -.IF "$(fallbacklicenses)"!="" -$(fallbacklicenses) : $(SOURCELICENCES) - @$(ECHON) . - @$(COPY) $(@:d)$(@:b:s/_/./:b)_$(defaultlangiso)$(@:e) $@ -.ENDIF # "$(fallbacklicenses)"!="" - -just_for_nice_optics: $(fallbacklicenses) - @$(ECHONL) - -# for windows, convert linends to DOS -$(MISC)$/license.txt : txt$/license.txt - $(PERL) -p -e 's/\r?\n$$/\r\n/' < $< > $@ -# for others just copy -$(MISC)$/LICENSE : txt$/license.txt - $(COPY) $< $@ - -$(MISC)$/SYSLICDEST)$/LICENSE.odt : odt$/LICENSE.odt - $(COPY) $< $@ - -# just copy into misc -$(MISC)$/LICENSE.odt: odt/LICENSE.odt - $(COPY) odt/LICENSE.odt $@ -$(MISC)$/CREDITS.odt: odt/CREDITS.odt - $(COPY) odt/CREDITS.odt $@ -$(MISC)$/THIRDPARTYLICENSEREADME.html: html/THIRDPARTYLICENSEREADME.html - $(COPY) html/THIRDPARTYLICENSEREADME.html $@ -$(MISC)$/NOTICE: txt/NOTICE - $(COPY) txt/NOTICE $@ |