Magellan Linux

Diff of /trunk/am-wrapper/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3164 by niro, Mon May 14 10:39:25 2018 UTC revision 3165 by niro, Fri Jul 14 20:08:51 2023 UTC
# Line 1  Line 1 
1  PNAME = automake  PNAME = automake
2  PVER = $(shell cat VERSION)  PVER = $(shell cat VERSION)
3    
4  ARCH := $(patsubst i%86,i386,$(shell uname -m))  LIB = lib
 ifeq (x86_64, $(ARCH))  
  LIB = lib64  
 else  
  LIB = lib  
 endif  
   
5  PREFIX = /usr  PREFIX = /usr
6  BINDIR = $(PREFIX)/bin  BINDIR = $(PREFIX)/bin
7  LIBDIR = $(PREFIX)/${LIB}  LIBDIR = $(PREFIX)/${LIB}

Legend:
Removed from v.3164  
changed lines
  Added in v.3165