X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/blobdiff_plain/baceb19e17ee48cf1c430f072a71deb812aeb146:/snippets/gcc..285b226ff16603a9bf230be671843c37b36378a6:/snippets/gcc.omk diff --git a/snippets/gcc b/snippets/gcc.omk similarity index 99% rename from snippets/gcc rename to snippets/gcc.omk index a6d7c51..f438cfd 100644 --- a/snippets/gcc +++ b/snippets/gcc.omk @@ -210,7 +210,3 @@ $(LIB_DIR)/lib$(1).so: $$($(1)_OBJSLO) @$(QUIET_CMD_ECHO) " LINK $$@" $(Q) $(LD) --shared --soname=lib$(1).so -o $$@ $$^ endef - -# Local Variables: -# mode:makefile -# End: