Writing my own Make file
- From: "Jamiil Abduqadir" <jalqadir gmail com>
- To: "Gtkmm Mailing List" <gtkmm-list gnome org>
- Subject: Writing my own Make file
- Date: Sat, 24 Feb 2007 09:23:07 -0500
This is not really a question about gnu-make, but how to get gtkmm work with gnu-make.
I am adding a variable called CFLAGS that will take the gtkmm-2.4
--cflags as its parameter and a LIBS variable that will take the
gtkmm-2.4 --libs.
How do I do this? will the below example work?
CFLAGS= -Wall -g `gtkmm-2.4 --cflags` -ansi
LIBS = `gtkmm-config --libs`
Thanks in advance
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]