public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-opensteamworks/files: pidgin-opensteamworks-1.0_p68-Makefile pidgin-opensteamworks-1.0_p67-Makefile
@ 2013-08-18 23:01 Julian Ospald (hasufell)
  0 siblings, 0 replies; only message in thread
From: Julian Ospald (hasufell) @ 2013-08-18 23:01 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/08/18 23:01:36

  Added:                pidgin-opensteamworks-1.0_p68-Makefile
  Removed:              pidgin-opensteamworks-1.0_p67-Makefile
  Log:
  version bump, remove broken version
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.1                  x11-plugins/pidgin-opensteamworks/files/pidgin-opensteamworks-1.0_p68-Makefile

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-opensteamworks/files/pidgin-opensteamworks-1.0_p68-Makefile?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-opensteamworks/files/pidgin-opensteamworks-1.0_p68-Makefile?rev=1.1&content-type=text/plain

Index: pidgin-opensteamworks-1.0_p68-Makefile
===================================================================
CC ?= gcc
PKG_CONFIG ?= pkg-config
INSTALL = install
INSTALL_PROGRAM = $(INSTALL) -Dm755

PLUGINDIR ?= $(shell $(PKG_CONFIG) --variable=plugindir purple)

CFLAGS ?= -O2 -pipe
CFLAGS += -Wall -fPIC
LDFLAGS += -shared
CPPFLAGS += $(shell $(PKG_CONFIG) --cflags glib-2.0 json-glib-1.0 purple nss gnome-keyring-1)
LIBS += $(shell $(PKG_CONFIG) --libs glib-2.0 json-glib-1.0 purple nss)

TARGET = libsteam.so

OBJS = libsteam.o steam_connection.o

%.o: %.c %.h
	$(CC) $(CFLAGS) $(CPPFLAGS) -c $*.c

$(TARGET): $(OBJS)
	$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJS) $(LIBS)

install: $(TARGET)
	$(INSTALL_PROGRAM) $(TARGET) "$(DESTDIR)$(PLUGINDIR)/$(TARGET)"

uninstall:
	rm -f "$(DESTDIR)$(PLUGINDIR)/$(TARGET)"

clean:
	rm -f $(OBJS) $(TARGET)

.PHONY: uninstall clean





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-18 23:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-18 23:01 [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-opensteamworks/files: pidgin-opensteamworks-1.0_p68-Makefile pidgin-opensteamworks-1.0_p67-Makefile Julian Ospald (hasufell)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox