File: makeinclude.linux

package info (click to toggle)
jigzo 0.6.1-7.1
  • links: PTS
  • area: main
  • in suites: bookworm, forky, trixie
  • size: 5,216 kB
  • sloc: cpp: 1,745; makefile: 114
file content (10 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#################################
# LINUX VARIABLES
#################################
CXX  = g++
CC  = gcc
STRIP = strip
APP = jigzo 
ARCHLDFLAGS = -lpthread -lGL -lpthread -lpng -ljpeg -lSDL -lSDL_mixer
ARCHCXXFLAGS = -I/usr/include/SDL