aboutsummaryrefslogtreecommitdiffstats
path: root/palm/syncal/files/patch-aa
blob: 1bd1a44c1c67824d75bee9ce44e9260a355c3ea3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
*** Makefile.org    Fri Dec 22 14:08:08 2000
--- Makefile    Fri Dec 22 14:10:01 2000
***************
*** 14,20 ****
  #
  # top_builddir = /home/john/pilot/src/pilot-link.0.9.1
  #
! top_builddir = .
  
  ##########
  # Pick your C compiler
--- 14,20 ----
  #
  # top_builddir = /home/john/pilot/src/pilot-link.0.9.1
  #
! top_builddir = @@PREFIX@@
  
  ##########
  # Pick your C compiler
***************
*** 26,32 ****
  ##########
  # Where should I be installed?
  #
! INSTALLTOP = /usr/local
  INSTALLBIN = $(INSTALLTOP)/bin
  INSTALLMAN = $(INSTALLTOP)/man
  
--- 26,32 ----
  ##########
  # Where should I be installed?
  #
! INSTALLTOP = @@PREFIX@@
  INSTALLBIN = $(INSTALLTOP)/bin
  INSTALLMAN = $(INSTALLTOP)/man
  
***************
*** 65,72 ****
  #
  # Unless you're smarter than me, which is entirely possible. [JTL]
  #
! LIBDIR = -L$(top_builddir)
! INCDIR = -I$(top_builddir)
  CFLAGS = -Wall -g $(INCDIR) $(DEFINES)
  SYNCAL_OBJS = syncal.o syncal_cat.c syncal_list.o syncal_dates.o\
    syncal_reconcile.o syncal_gmt.o
--- 65,72 ----
  #
  # Unless you're smarter than me, which is entirely possible. [JTL]
  #
! LIBDIR = -L$(top_builddir)/lib
! INCDIR = -I$(top_builddir)/include
  CFLAGS = -Wall -g $(INCDIR) $(DEFINES)
  SYNCAL_OBJS = syncal.o syncal_cat.c syncal_list.o syncal_dates.o\
    syncal_reconcile.o syncal_gmt.o
***************
*** 90,95 ****
  install:
    install -d $(INSTALLBIN)
    install -d $(INSTALLMAN)/man1
!   install -s -g root -o root -m 755 syncal $(INSTALLBIN)
  
!   install -g root -o root -m 644 syncal.1 $(INSTALLMAN)/man1
--- 90,95 ----
  install:
    install -d $(INSTALLBIN)
    install -d $(INSTALLMAN)/man1
!   install -c -s -g bin -o bin -m 755 syncal $(INSTALLBIN)
  
!   install -c -m 644 syncal.1 $(INSTALLMAN)/man1