diff options
author | gregory guy <[email protected]> | 2020-09-30 07:56:33 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-09-30 07:56:33 +0200 |
commit | 07a6d98c1b4a852cfaca3ac02b388351909d7b9c (patch) | |
tree | 7ae753dd05ae4e8e8fcee9c3cd3501907ac0a982 /Makefile.am | |
parent | b986718d988717c5321022729cdcc731820709d3 (diff) | |
download | tde-style-lipstik-07a6d98c1b4a852cfaca3ac02b388351909d7b9c.tar.gz tde-style-lipstik-07a6d98c1b4a852cfaca3ac02b388351909d7b9c.zip |
Drop automake build support.
Add basic cmake build instructions.
Deleted empty file NEWS.
Deleted spec file (rpm) lipstik.spec.
Rework of the README file.
Some cosmetics.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 9b2cd40..0000000 --- a/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -SUBDIRS = style - -EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL README TODO lipstik.spec - -# not a GNU package. You can remove this line, if -# have all needed files, that a GNU package needs -AUTOMAKE_OPTIONS = foreign - -$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs - cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ; - -$(top_srcdir)/subdirs: - cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs - -$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in - @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4 - -MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files - -package-messages: - $(MAKE) -f admin/Makefile.common package-messages - $(MAKE) -C po merge - -dist-hook: - cd $(top_distdir) && perl admin/am_edit -padmin - cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs |