GTK_CONFIG=/usr/bin/gtk-config PIC_CFLAG=-fPIC SHLIB_LDFLAGS=-shared OTHER_CFLAGS= MV=mv LO_DIR=. %.o: %.c $(CC) $(CFLAGS) $(OTHER_CFLAGS) -c $< -o $@ %.o: %.c $(CC) $(CFLAGS) $(OTHER_FLAGS) -c $< -o $@ # Just copy the .o to .lo since the .o is position independent # and relocatable by default with gcc. # (Could be a symbolic link also) %.lo: %.o cp $*.o $@