~onli/simdock/master

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: onli
  • Date: 2014-05-09 14:10:08 UTC
  • Revision ID: git-v1:e39767ca3f8c7f61d293ad57aa5cf8952817f396
Make it compile on Ubuntu 14.04-64

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
SRCDIR ?= src/
7
7
 
8
8
SHELL ?= /bin/sh
9
 
CC ?= g++
 
9
CC = g++
10
10
CCFLAGS ?= -O2
 
11
LDLIBS ?= -lX11
11
12
DEPS = $(shell pkg-config --libs --cflags glib-2.0 gconf-2.0 gtk+-2.0 libwnck-1.0)
12
13
DEPS += $(shell wx-config --cflags --libs)
13
14