~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to lib/atc/Makefile.mingw32-cross

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# library build -*- makefile -*-
2
2
SHELL = /bin/sh
3
3
 
 
4
# which file will be copied to Makefile.lammps
 
5
EXTRAMAKE = Makefile.lammps.linalg
 
6
 
4
7
# ------ FILES ------
 
8
 
5
9
SRC = $(wildcard *.cpp)
6
10
INC = $(wildcard *.h)
7
11
 
8
12
# ------ DEFINITIONS ------
9
 
# which file will be copied to Makefile.lammps
10
 
 
11
 
EXTRAMAKE = Makefile.lammps.linalg
12
13
 
13
14
DIR = Obj_mingw32/
14
15
LIB = $(DIR)libatc.a
27
28
ARCHIVE =       i686-w64-mingw32-ar
28
29
ARCHFLAG =      -rcs
29
30
DEPFLAGS =      -M
30
 
LINK =          i686-w64-mingw32-g++
 
31
LINK =          $(CC)
31
32
LINKFLAGS =     -O
32
33
USRLIB =
33
34
SYSLIB =