diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-09-25 02:41:31 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-09-25 02:41:31 +0000 |
commit | 1b8135bf011ac58e99254424c2dbf0128aaf2102 (patch) | |
tree | 53fbb0d1591b8c600ffc4bab809988a6ac7fe2a9 /externals/grill/flext/makefile.pd-linux | |
parent | a5f318cbee05c698256bba3430ce0e81f8b1bedb (diff) |
""
svn path=/trunk/; revision=1025
Diffstat (limited to 'externals/grill/flext/makefile.pd-linux')
-rw-r--r-- | externals/grill/flext/makefile.pd-linux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/grill/flext/makefile.pd-linux b/externals/grill/flext/makefile.pd-linux index a5a3e241..7e77f7f4 100644 --- a/externals/grill/flext/makefile.pd-linux +++ b/externals/grill/flext/makefile.pd-linux @@ -144,6 +144,9 @@ endif install:: $(TARGET) $(TARGET_D) $(TARGET_T) $(TARGET_TD) $(TARGET_S) $(TARGET_SD) $(patsubst %,$(SRCDIR)/%,$(HDRS)) cp $^ $(INSTDIR) + + #make compatibility links for old-style naming for i in $(foreach f,$(notdir $(filter %.a,$^)),$(patsubst lib%.a,%,$(f))); do rm -f $(INSTDIR)/$$i.a && ln -sf lib$$i.a $(INSTDIR)/$$i.a; done + chmod a+r $(patsubst %,$(INSTDIR)/%,$(notdir $^)) chown root.users $(patsubst %,$(INSTDIR)/%,$(notdir $^)) |