grim/purple-spasm

Remove the old makefile

2017-08-07, Gary Kramlich
fadb81a7558f
Parents d85d55879235
Children e2a2b32e463c
Remove the old makefile
  • +0 -38
    Makefile
  • --- a/Makefile Mon Aug 07 23:02:34 2017 -0500
    +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
    @@ -1,38 +0,0 @@
    -#!/usr/bin/make -f
    -
    -PIDGIN_TREE_TOP ?= ../pidgin-2.12.0
    -WIN32_DEV_TOP ?= $(PIDGIN_TREE_TOP)/../win32-dev
    -
    -PLUGIN_NAME := purple-spasm
    -PLUGIN_VERSION := 0.0.1
    -
    -PLUGIN_SOURCES := \
    - spasm.c \
    - spasm-account.c \
    - spasm-chat.c \
    - spasm-rest.c \
    - spasm-user.c
    -
    -PLUGIN_HEADERS := \
    - spasm.h \
    - spasm-account.h \
    - spasm-chat.h \
    - spasm-const.h \
    - spasm-rest.h \
    - spasm-user.h
    -
    -PROTOCOL_PIXMAPS := \
    - spasm16.png \
    - spasm22.png \
    - spasm48.png \
    - spasmscaled.svg
    -
    -PLUGIN_CFLAGS := \
    - $(shell pkg-config --cflags json-glib-1.0) \
    - $(shell pkg-config --cflags libsoup-2.4)
    -
    -PLUGIN_LIBS := \
    - $(shell pkg-config --libs json-glib-1.0) \
    - $(shell pkg-config --libs libsoup-2.4)
    -
    -include libpurple.mk